home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / TableInspector.nib / data.classes next >
Text File  |  1994-12-14  |  889b  |  62 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PGInspector = {
  7.     ACTIONS = {
  8.     default:;
  9.     setMicroInspector:;
  10.     set:;
  11.     revert:;
  12.     };
  13.     OUTLETS = {
  14.     microInspectorMtx;
  15.     stringTable;
  16.     loadedStyleList;
  17.     styleTitleMatrix;
  18.     loadedSelection;
  19.     currentStyleTextField;
  20.     currentStyleButton;
  21.     tailoredItems;
  22.     window;
  23.     styleIconMatrix;
  24.     microInspectorSlot;
  25.     blankMicroPanel;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. TableInspector = {
  30.     ACTIONS = {
  31.     toggleSummary:;
  32.     hideTableGridlines:;
  33.     toggleCaptions:;
  34.     showTableGridlines:;
  35.     };
  36.     OUTLETS = {
  37.     gridMicro;
  38.     placementMicro;
  39.     alignmentMicro;
  40.     borderMicro;
  41.     };
  42.     SUPERCLASS = PGInspector;
  43. };
  44. PageOneApp = {
  45.     ACTIONS = {
  46.     terminate:;
  47.     performMenuAction:;
  48.     new:;
  49.     info:;
  50.     help:;
  51.     open:;
  52.     };
  53.     OUTLETS = {
  54.     spotColorWell;
  55.     infoPanel;
  56.     inspector;
  57.     pagePalette;
  58.     stringTable;
  59.     };
  60.     SUPERCLASS = Application;
  61. };
  62.